home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / mitt.dir / 00122_Script_122 < prev    next >
Text File  |  1997-09-29  |  292b  |  16 lines

  1. on mouseUp
  2.   puppetSound "click"
  3.   cursor 4
  4.   waitSound 1
  5.   
  6.   ----- 鞆ë陀トナ[ノrナ[óp
  7.   global REgameList
  8.   set REgameList = [1,1,0]
  9.   
  10.   global gMODE
  11.   if gMODE = "game" then
  12.     go to frame "ノQナ[ノト" of movie "main"
  13.   else
  14.     go to frame "鬩鯆ノgノå" of movie "main"
  15.   end if
  16. end